home *** CD-ROM | disk | FTP | other *** search
/ Illustlations by Gainax / Illustlations by Gainax.iso / pc / sadamots.exe / M16W.DXR / 00043_½¸Û°Ù(±¯Ìß).ls < prev    next >
Encoding:
Text File  |  1994-11-27  |  395 b   |  20 lines

  1. on mouseDown
  2.   global mpos, vertorigin, vlsw
  3.   if vlsw = 0 then
  4.     repeat while the stillDown
  5.       if mpos <> 0 then
  6.         set mpos to mpos - 6
  7.         if mpos < 0 then
  8.           set mpos to 0
  9.         end if
  10.         set v to vertorigin - (mpos * 12)
  11.         set the locV of sprite 31 to v
  12.         updateStage()
  13.       end if
  14.     end repeat
  15.   else
  16.     set vlsw to 0
  17.     play done
  18.   end if
  19. end
  20.